projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31354c3
)
(help-mode-map): Add S-tab, like backtab.
author
Dave Love
<fx@gnu.org>
Wed, 22 Apr 1998 11:40:18 +0000
(11:40 +0000)
committer
Dave Love
<fx@gnu.org>
Wed, 22 Apr 1998 11:40:18 +0000
(11:40 +0000)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index 7c3e94f8f0c79724bcab802652f9d2a110960316..5911ec205fd26bbfddf6f8056557ca0b7376e603 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-96,6
+96,7
@@
(define-key help-mode-map "\C-c\C-c" 'help-follow)
(define-key help-mode-map "\t" 'help-next-ref)
(define-key help-mode-map [backtab] 'help-previous-ref)
+(define-key help-mode-map [(shift tab)] 'help-previous-ref)
;; Documentation only, since we use minor-mode-overriding-map-alist.
(define-key help-mode-map "\r" 'help-follow)